home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / workspace.671 < prev    next >
Text File  |  1992-02-06  |  2KB  |  53 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f1\fmodern Courier;\f2\fswiss Helvetica;}
  2. \paperw11040
  3. \paperh7620
  4. \margl120
  5. \margr120
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx520\tx1060\tx1600\tx2120\tx2660\tx3200\tx3720\tx4260\tx4800\tx5320\f0\b0\i0\ul0\fs28 Q: I would like to insert an optical disk or a floppy for others to use after I log out.  When I log out, though, the disk is ejected.  How do I prevent this?\
  8. \
  9. A: When you insert a disk into the optical or floppy disk drive, the Workspace automatically mounts the disk for you,  and the disk appears to be owned by you.  \
  10. \
  11. When you log out,  the Workspace automatically ejects all of the disks that it has mounted while you were logged in.  If there are programs still using the disk, an alert box will come up telling you that you cannot log out because these disks are in use.  If you have a long running program that needs the disk,  this poses something of a problem if you want to log out and leave it running in the background.\
  12. \
  13. The solution is to mount the disk manually.  You must su to root in order to do this.  You must then use the Unix 
  14. \f1\fs26 mount
  15. \f0\fs28  command 
  16. \i without putting the disk into the drive
  17. \i0  first. \
  18. \
  19.  
  20. \f1\fs26     hostname% 
  21. \b su
  22. \b0 \
  23.     Password:\
  24.     hostname# 
  25. \b mount /dev/od0a /OpticalDisk
  26. \b0 \
  27.  
  28. \f0\fs28     \
  29. When you use the 
  30. \f1\fs26 mount
  31. \f0\fs28  command, the machine will ask you for the disk to be mounted.  You will see an alert that says "
  32. \f2\fs26 Missing Disk: Please Insert Optical Disk
  33. \f0\fs28 "\
  34. \
  35. When you are done with the disk,  you can 
  36. \f1\fs26 umount
  37. \f0\fs28  the disk,  and eject it using 
  38. \f1\fs26 disk -e.\
  39. \
  40.     hostname# 
  41. \b umount /dev/od0a
  42. \b0 \
  43.     hostname# 
  44. \b disk -e /dev/rod0a 
  45. \pard\tx1240\tx2480\tx3740\tx4980\tx6240\tx7480\tx8720\tx9980\tx11220\tx12480\b0\fc0 \
  46. \
  47.  
  48. \f0\fs28 QA671\
  49. Valid for 1.0\
  50. Valid for 2.0\
  51. \
  52.  
  53.